Description
This operation map pojo client side to document adapter server side and create NX document assuming that pojo and adapter have both properties in common.
Operation id | Business.BusinessCreateOperation |
Category | Business |
Label | BusinessCreateOperation |
Requires | |
Since | |
Parameters
Signature
Inputs | businessadapter |
Outputs | businessadapter |
Implementation Information
JSON Definition
{
"id" : "Business.BusinessCreateOperation",
"label" : "BusinessCreateOperation",
"category" : "Business",
"requires" : null,
"description" : "This operation map pojo client side to document adapter server side and create NX document assuming that pojo and adapter have both properties in common.",
"url" : "Business.BusinessCreateOperation",
"signature" : [ "businessadapter", "businessadapter" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "parentPath",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}